golang.org/x/net/internal/timeseries.Observable.Add (method)

7 uses

	golang.org/x/net/internal/timeseries (current package)
		timeseries.go#L40: 	Add(other Observable)      // Adds the data from a different observation to self
		timeseries.go#L192: 		ts.pending.Add(observation)
		timeseries.go#L208: 			level.buckets[bucketNumber].Add(observation)
		timeseries.go#L211: 	ts.total.Add(observation)
		timeseries.go#L270: 			result.Add(l.buckets[index])
		timeseries.go#L430: 						results[i].Add(srcValue)
		timeseries.go#L444: 					results[i].Add(used)